From: Jay Belanger Date: Thu, 30 Jul 2009 04:44:23 +0000 (+0000) Subject: calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~7796 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=38216c3089eea8ce8f3b9a61e5cf7c9c40f3f1e6;p=emacs.git calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 119720d8800..07a41b62aaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-07-30 Jay Belanger + + * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. + 2009-07-29 Alan Mackenzie * progmodes/cc-defs.el (c-version): Bump to 5.31.7. diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index d76d4127988..60039cb093a 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el @@ -664,7 +664,7 @@ (message "Not surrounding vectors with brackets")))) (defun calc-matrix-brackets (arg) - (interactive "sCode letters (R, O, C, P): ") + (interactive "sCode letters (R, O, C): ") (calc-wrapper (let ((code (append (and (string-match "[rR]" arg) '(R)) (and (string-match "[oO]" arg) '(O))